crypto/internal/fips140/aes/gcm.CMAC.b (field)
7 uses
crypto/internal/fips140/aes/gcm (current package)
cmac.go#L19: b aes.Block
cmac.go#L25: c := &CMAC{b: *b}
cmac.go#L31: aes.EncryptBlockInternal(&c.b, c.k1[:], c.k1[:])
cmac.go#L42: _ = c.b // Hoist the nil check out of the loop.
cmac.go#L48: aes.EncryptBlockInternal(&c.b, x[:], x[:])
cmac.go#L57: aes.EncryptBlockInternal(&c.b, x[:], x[:])
cmac.go#L65: aes.EncryptBlockInternal(&c.b, x[:], x[:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |